negotiator.tournament.VariablesAndValues
Class AgentValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.AgentValue
All Implemented Interfaces:
java.io.Serializable

public class AgentValue
extends TournamentValue

See Also:
Serialized Form

Constructor Summary
AgentValue(AgentRepItem val)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AgentRepItem getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentValue

public AgentValue(AgentRepItem val)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public AgentRepItem getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object